home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Narzedzia systemowe / Inno Setup 5.0.4 Beta / isetup-5.0.4-beta.exe / {app} / Compil32.exe / 0 / RCDATA / TWIZARDFILEFORM / TWIZARDFILEFORM.txt
Encoding:
Text File  |  2004-10-05  |  3.3 KB  |  161 lines

  1. object WizardFileForm: TWizardFileForm
  2.   Left = 284
  3.   Top = 219
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Script Wizard File'
  7.   ClientHeight = 297
  8.   ClientWidth = 350
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object RequiredLabel1: TNewStaticText
  19.     Left = 8
  20.     Top = 271
  21.     Width = 26
  22.     Height = 14
  23.     Caption = 'bold'
  24.     Enabled = False
  25.     Font.Charset = DEFAULT_CHARSET
  26.     Font.Color = clWindowText
  27.     Font.Height = -11
  28.     Font.Name = 'MS Sans Serif'
  29.     Font.Style = [fsBold]
  30.     ParentFont = False
  31.     TabOrder = 4
  32.   end
  33.   object RequiredLabel2: TNewStaticText
  34.     Left = 36
  35.     Top = 271
  36.     Width = 48
  37.     Height = 14
  38.     Caption = '= required'
  39.     Enabled = False
  40.     TabOrder = 5
  41.   end
  42.   object OKButton: TButton
  43.     Left = 188
  44.     Top = 265
  45.     Width = 73
  46.     Height = 23
  47.     Caption = 'OK'
  48.     Default = True
  49.     ModalResult = 1
  50.     TabOrder = 1
  51.     OnClick = OKButtonClick
  52.   end
  53.   object CancelButton: TButton
  54.     Left = 268
  55.     Top = 265
  56.     Width = 73
  57.     Height = 23
  58.     Cancel = True
  59.     Caption = 'Cancel'
  60.     ModalResult = 2
  61.     TabOrder = 2
  62.   end
  63.   object GroupBox2: TGroupBox
  64.     Left = 8
  65.     Top = 108
  66.     Width = 333
  67.     Height = 149
  68.     Caption = ' Destination '
  69.     TabOrder = 0
  70.     object DestRootDirLabel: TNewStaticText
  71.       Left = 12
  72.       Top = 20
  73.       Width = 154
  74.       Height = 14
  75.       Caption = 'Destination &base directory:'
  76.       FocusControl = DestRootDirComboBox
  77.       Font.Charset = DEFAULT_CHARSET
  78.       Font.Color = clWindowText
  79.       Font.Height = -11
  80.       Font.Name = 'MS Sans Serif'
  81.       Font.Style = [fsBold]
  82.       ParentFont = False
  83.       TabOrder = 0
  84.     end
  85.     object DestRootDirComboBox: TComboBox
  86.       Left = 12
  87.       Top = 40
  88.       Width = 309
  89.       Height = 21
  90.       Style = csDropDownList
  91.       DropDownCount = 12
  92.       ItemHeight = 13
  93.       TabOrder = 1
  94.       OnChange = DestRootDirComboBoxChange
  95.     end
  96.     object DestRootDirEdit: TEdit
  97.       Left = 12
  98.       Top = 68
  99.       Width = 309
  100.       Height = 21
  101.       TabOrder = 2
  102.     end
  103.     object SubDirLabel: TNewStaticText
  104.       Left = 12
  105.       Top = 96
  106.       Width = 117
  107.       Height = 14
  108.       Caption = 'Destination &subdirectory:'
  109.       FocusControl = DestSubDirEdit
  110.       TabOrder = 3
  111.     end
  112.     object DestSubDirEdit: TEdit
  113.       Left = 12
  114.       Top = 116
  115.       Width = 309
  116.       Height = 21
  117.       TabOrder = 4
  118.     end
  119.   end
  120.   object GroupBox1: TGroupBox
  121.     Left = 8
  122.     Top = 8
  123.     Width = 333
  124.     Height = 93
  125.     Caption = ' Source '
  126.     TabOrder = 3
  127.     object SourceLabel: TNewStaticText
  128.       Left = 12
  129.       Top = 20
  130.       Width = 135
  131.       Height = 14
  132.       Caption = '&Source file or directory:'
  133.       Enabled = False
  134.       Font.Charset = DEFAULT_CHARSET
  135.       Font.Color = clWindowText
  136.       Font.Height = -11
  137.       Font.Name = 'MS Sans Serif'
  138.       Font.Style = [fsBold]
  139.       ParentFont = False
  140.       TabOrder = 0
  141.     end
  142.     object SourceEdit: TEdit
  143.       Left = 12
  144.       Top = 40
  145.       Width = 309
  146.       Height = 21
  147.       Color = clBtnFace
  148.       ReadOnly = True
  149.       TabOrder = 1
  150.     end
  151.     object RecurseSubdirsCheck: TCheckBox
  152.       Left = 12
  153.       Top = 68
  154.       Width = 309
  155.       Height = 17
  156.       Caption = '&Recurse subdirectories'
  157.       TabOrder = 2
  158.     end
  159.   end
  160. end
  161.